runtime.mheap.allocManual (method)
6 uses
	runtime (current package)
		mbitmap.go#L729: 				progSpan = mheap_.allocManual(npages, spanAllocPtrScalarBits)
		mbitmap.go#L1684: 	s := mheap_.allocManual(pages, spanAllocPtrScalarBits)
		mgcwork.go#L378: 				s = mheap_.allocManual(workbufAlloc/pageSize, spanAllocWorkBuf)
		mheap.go#L984: func (h *mheap) allocManual(npages uintptr, typ spanAllocType) *mspan {
		stack.go#L199: 		s = mheap_.allocManual(_StackCacheSize>>_PageShift, spanAllocStack)
		stack.go#L408: 			s = mheap_.allocManual(npage, spanAllocStack)
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |